home *** CD-ROM | disk | FTP | other *** search
/ BigMax 11 / BigMax nº 11 Descent Anniversary Edition.iso / descent / descent.b50 < prev    next >
Text File  |  1995-05-02  |  2KB  |  70 lines

  1. REM          ╔══════════════════════════════════╗
  2. REM          ║      FLCS & WCS II file (v2.0)   ║
  3. REM          ║                for               ║
  4. REM          ║ DESCENT by Interplay Productions ║
  5. REM          ║      and Parallax Software       ║
  6. REM          ╚══════════════════════════════════╝
  7.  
  8. REM ╔══════════════════════════════════╗
  9. REM ║ WCS Mark II Base Switch Settings ║
  10. REM ║ Black Switch = Digital           ║
  11. REM ║ Red Switch   = Analog            ║
  12. REM ╚══════════════════════════════════╝
  13.  
  14. MDEF DESCENT
  15.  
  16. REM ╔════════════╗
  17. REM ║ Enable WCS ║
  18. REM ╚════════════╝
  19.  
  20. USE WCS
  21.  
  22. REM ╔═══════════════════╗
  23. REM ║ Set Keypress Rate ║
  24. REM ╚═══════════════════╝
  25.  
  26. RATE 20
  27.  
  28. REM ╔═══════════════╗
  29. REM ║ FLCS Commands ║
  30. REM ╚═══════════════╝
  31.  
  32. BTN TG1 /H Fire_Primary
  33. BTN TG2 /H Fire_Primary
  34.  
  35. BTN S1 /H Fire_Primary
  36. BTN S2 /N Fire_Secondary
  37. BTN S3 /H Drop_Bomb
  38. BTN S4 /H Fire_Flare
  39.  
  40. BTN H1U /H Slide_Up
  41. BTN H1D /H Slide_Down
  42. BTN H1L /H Slide_Left
  43. BTN H1R /H Slide_Right
  44.  
  45. BTN H2U /N Taunt_Macro1
  46. BTN H2D /N Taunt_Macro4
  47. BTN H2L /N Taunt_Macro2
  48. BTN H2R /N Taunt_Macro3
  49.  
  50. BTN H3U /H Forward
  51. BTN H3D /H Reverse
  52. BTN H3L /H Roll_Left
  53. BTN H3R /H Roll_Right
  54.  
  55. BTN H4U /H Forward
  56. BTN H4D /H Reverse
  57. BTN H4L /H Slide_Left
  58. BTN H4R /H Slide_Right
  59.  
  60. REM ╔════════════════╗
  61. REM ║WCS II Commands ║
  62. REM ╚════════════════╝
  63.  
  64. BTN T1 /N Taunt_Macro1
  65. BTN T2 /N Taunt_Macro2
  66. BTN T3 /N Taunt_Macro3
  67. BTN T4 /H Roll_Left
  68. BTN T5 /H Roll_Right
  69. BTN T6 /N Rear_View
  70.